From ac307d80910efe5bee4a73e373964bd2c3d5ab0b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 May 2002 04:30:38 +0000 Subject: [PATCH] [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. --- src/s/gnu.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/gnu.h b/src/s/gnu.h index bc2c1fcfb3a..807ff80378b 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -60,6 +60,11 @@ Boston, MA 02111-1307, USA. */ #undef BSD_PGRPS #define GETPGRP_NO_ARG +/* Use mmap directly for allocating larger buffers. */ +#ifdef DOUG_LEA_MALLOC +#undef REL_ALLOC +#endif + #define HAVE_WAIT_HEADER #define WAIT_USE_INT #define HAVE_UNION_WAIT -- 2.30.2